I'm using Sitecore 8 and I need to have some rules in the Rules Engine being resolved on every request in the site - much the same as Global Rules used to work in previous versions of Sitecore.
I will have a specific set of Sitecore items that will need the rules field processed on each page request. I don't have any specific requirements on which conditions and actions I need to run and the content editor should be able to apply any condition/action.
In Sitecore 8 what is the best way to do this? Do I need a pipeline processor running the rules? If so, where would I patch my processor (i.e. which processor should this go before or after)?