The rule of Universal instantiation simply formalizes the evident intuitive principle that "what holds of all, holds of any"
In other words, if property $A$ holds of every object in the "universe" (this means $\forall x A(x)$), then it holds also of the object named by $t$ (i.e. $A(t)$).
In Natural Deduction it is one of the basic rules for quantifiers.
In Hilbert-style proof system we can derive it from the quantifier axiom :
> $\forall x A \to A^x_t$.