IIRC ACL changes are not audited. But it should be doable to create some functionality on your own by adding a JCR observation listener and specifically check for changes related to the rep:policy nodetype (might not be conclusive). You cannot track ACL changes executed by repoinit, because that runs before your listener is getting registered.
On the other hand side, do your ACLs change that often?