Hello everyone!
After over a month of struggling to get TastyIgniter up and running on my CentOS 7.2 derdicated server, I have finally got it installed!
Here is the secret if you have your .htaccess configured properly and you cannot proceed beyond the accept licensing agreement:
Completely remove EVERYTHING related to php via yum (yum remove *php*)
update yum
update yum distros
clean yum
Restart Apache
install rh-php56
install the required TastyIgniter php components
Restart Apache again
then go accept the TastyIgniter license agreement and everything will work as advertised.
Of course, your mileage may vary, but that is what worked for me. :P
Many thanks to the guys at TastyIgniter for making this available and I look forward to the upcoming release that supports PHP7. Hopefully this will be a thread safe version so I can use the Apache MPM Worker mode ;)